home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / MSI200.ARJ / MSI.HLP < prev    next >
Text File  |  1992-08-18  |  11KB  |  272 lines

  1. .XI:  0.0 i  (Left margin)
  2. L---+---T1----+-T--2----T----3--T-+----4T---+---T5----+-YR-6----+----7-----|@10/i 
  3. [58 Chars x 18 Lines]
  4. [MAIN SCREEN]
  5.    The Main Editor Screen allows you to define new Menus 
  6. and Menu Items.  Options in the window on the left apply 
  7. to the Menu while the settings in the top panel are for 
  8. the highlighted Menu Item.  To define a new Menu Item: 
  9.  
  10. 1. Use the cursor keys to move the Highlight bar to the 
  11.    line on the menu where you want the new Item to appear. 
  12. 2. Press F2 to enter the Item Description Editor and type 
  13.    in the description of the item.  Additional help is 
  14.    available inside the Editor.
  15. 3. Set 'Selects:' (S) equal to MENU for the item to 
  16.    display a submenu or RSIDNT to start a program. 
  17. 4. Press F5 to Activate (Define) the new Item.  
  18.  
  19.    A special Command Assistance Line at the bottom of the 
  20. screen will show you a summary of available commands. 
  21. NOTE:  A "Fast-Add" command (F6) lets you define new items 
  22. quickly without having to enter the Menu Editor. 
  23.    
  24. [REG EDITOR]
  25.    You may define a Custom Help window for each menu 
  26. created.  The Custom Help windows are those seen when the 
  27. F1 key is pressed during normal menu use.
  28.  
  29.    The MSI Text Editor is used to create Custom Help 
  30. windows.  A summary of the Text Editor commands is given 
  31. here.  See the User's Manual for a complete description.
  32.  
  33.   HOME & END - Move cursor to the 1st and last characters
  34.                on a line, respectively.
  35.   BACKSPACE - Delete the character to the left of the
  36.               cursor.
  37.   DEL - Delete the character under the cursor.
  38.   INS - Insert one or more spaces at the cursor.
  39.   ALT+C - Clear the current line.
  40.   ALT+D - Delete the current line.
  41.   ALT+I - Insert a blank line at the cursor.
  42.   ALT+Q - Quit the Custom Help window editor.  
  43.  
  44. [ACTION WIND]
  45.    The Action Window lets you define a set of DOS commands 
  46. that will be executed when the current Menu Item is 
  47. selected.  Any valid DOS Batch File command may be used as 
  48. an Action Command. 
  49.    The MSI Text Editor is used to create your Action 
  50. Commands.  In addition to the normal Text Editor commands, 
  51. you may also Import (F2) and Export (F3) commands.
  52.  
  53.   F2 - Import (read) Action Commands into the window from 
  54.        an existing DOS Batch File.
  55.   F3 - Export (write) the Action Commands out to and 
  56.        existing or new DOS Batch File.
  57.   DEL - Delete the character under the cursor.
  58.   INS - Insert one or more spaces at the cursor.
  59.   ALT+C - Clear the current line.
  60.   ALT+D - Delete the current line.
  61.   ALT+I - Insert a blank line at the cursor.
  62.   ALT+Q - Quit the Action Command Window.  
  63.  
  64. [ITEM EDITOR]
  65.    The Item Descriptor Editor lets you create and 
  66. maintain the descriptions used for your Menu Items.  Use 
  67. the Descriptor Editor to define new Menu Item strings, 
  68. insert lines between exiting items, delete exiting items, 
  69. format the menu window and change the Menu Item's command 
  70. key.  (The command key is the first character of the item 
  71. string, or the first two characters if two or more items 
  72. begin with the same first character.) 
  73.  
  74.   DEL - Delete the character under the cursor.
  75.   INS - Insert one or more spaces at the cursor.
  76.   ALT+C - Clear the current Menu Item string.
  77.   ALT+D - Delete the current Menu Item*.
  78.   ALT+I - Insert a blank line at the cursor.
  79.   ALT+Q - Quit the Item Description Editor.
  80.  
  81.   *Items that display submenus may only be deleted AFTER 
  82. the submenu has been deleted.
  83.  
  84. [PASSWORDS]
  85.    Each Menu Item may have a unique Password that must be 
  86. entered by the user before the Item may be selected.  The 
  87. user is given two attempts to enter the Password, then 
  88. denied access if the correct Password is not entered.
  89.  
  90.    Passwords ARE CASE SENSITIVE.  That means that the 
  91. password must be entered using both Upper and Lower case 
  92. letters, exactly as they are entered in the Password 
  93. window.
  94.  
  95.    The only time a Password is visible is during the 
  96. actual editing of the Password.  At all other times the 
  97. Password window will display "None", if no Password is 
  98. defined for the highlighted item, or "*******" if a 
  99. Password has been defined for the current item.
  100.  
  101.    Press ENTER to leave the Password Editor and return to 
  102. the Main Editor Screen.
  103.  
  104. [SELECTS]
  105.    The "Selects:" setting determines HOW the current Menu 
  106. Item will behave when it is selected.  Options are:
  107.  
  108.    Action - Non-Resident Item.  MSI will NOT be in memory 
  109.             when this Item's Action Commands are executed. 
  110.    Rsidnt - Resident Item.  MSI WILL REMAIN in memory 
  111.             when this Item's Action Commands are executed. 
  112.    Menu   - Item will display a submenu.
  113.    Dual   - ADVANCED USE.  Defines two sets of Action 
  114.             Commands and a submenu.  See User's Manual.
  115.    ErrLev - ADVANCED USE.  Returns an ERRORLEVEL code to 
  116.             RUNMSI.BAT for external processing.
  117.    KeyBrd - Allows you to add any valid MSI command as a 
  118.             selectable Menu Item.
  119.    ReBoot - ADVANCED USE.  Replaces AUTOEXEC.BAT and/or
  120.             CONFIG.SYS & Reboots system.
  121.    Event  - ADVANCED USE.  Define an Event to execute at a 
  122.             specified date & time. System Event Menu ONLY. 
  123.   
  124. [STRING EDIT]
  125.    The MSI Text Editor is also used to edit individual 
  126. strings.  This means that there is little difference 
  127. between editing a Window of Action Commands and a Password 
  128. or Menu Name.  The commands available for editing this 
  129. string are summarized here.
  130.  
  131.   HOME & END - Move cursor to the 1st and last characters
  132.                of the string, respectively.
  133.   BACKSPACE - Delete the character to the left of the
  134.               cursor.
  135.   DEL - Delete the character under the cursor.
  136.   INS - Insert one or more spaces at the cursor.
  137.   ALT+C - Clear the current string.
  138.   ALT+D - For strings, same as ALT+C.
  139.   ENTER - Accept the string as shown.
  140.   ESC   - Cancel string edits.  The string will be 
  141.           restored to its original state prior to being 
  142.           edited. 
  143.  
  144. [BOOT DRIVE]
  145.    The Boot Drive is the disk drive that your computer 
  146. 'boots' (gets its initial instructions) from when it is 
  147. first turned on or reset.  If you have a harddisk, this is 
  148. normally Drive C. 
  149.  
  150.    The MSI Menu System uses the Boot Drive for Menu Items 
  151. that 'Select' ReBoot.  These Items let you define a set of 
  152. Action Commands to place in your AUTOEXEC.BAT file, and/or 
  153. another set of Action Commands to place in your CONFIG.SYS 
  154. file.  
  155.  
  156.    When the ReBoot Item is selected, the contents of 
  157. AUTOEXEC.BAT and CONFIG.SYS are replaced, IF a respective 
  158. set of Action Commands has been defined, and your computer 
  159. system is ReBooted.  
  160.  
  161.    The Boot Drive letter tells MSI where your AUTOEXEC.BAT 
  162. and CONFIG.SYS files are located.
  163.  
  164. [EVENT HELP]
  165.    The Event Control Panel lets you manage the scheduling 
  166. for the highlighted event, including enabling and 
  167. disabling the event.
  168.  
  169.    D - Define Event.  Access the Event's Action Commands.
  170.    S - Status.  Enable or Disable the current Event.
  171.    H - Hour.  Set Hour for Event execution.
  172.    M - Minute.  Set Minute for Event execution.
  173.    A - AM.  Hour/Minute time is BEFORE noon.
  174.    P - PM.  Hour/Minute time is AFTER noon.
  175.    L - Daily.  Event executes DAILY.
  176.    W - Weekly.  Set day of the week for Event execution.
  177.    O - Monthly.  Set day of the month for execution.
  178.    C - Continue.  Remove the Event Control Panel.
  179.  
  180.    The Event Control Panel will appear each time an item 
  181. is highlighted.  Press 'C' and F2 to define the Item 
  182. String for the Event.
  183.  
  184.  
  185. [MENU COLORS]
  186.    Two sets of Background/Foreground colors may be defined 
  187. for the menu.  The "Border Colors" define the colors used 
  188. to draw the Menu border and title.  The "Item Colors" 
  189. define the colors used inside the Menu for the Item 
  190. Strings. 
  191.  
  192.    B - Border Background.  Define a background color for 
  193.        the current Menu's border.
  194.    F - Border Foreground.  Define a foreground color for 
  195.        the current Menu's Border.
  196.  
  197.    A - Item Background.  Define a background color for the 
  198.        inside of the current Menu.
  199.    O - Item Foreground.  Define a foreground color for the 
  200.        inside of the current Menu.
  201.     - (Cursor Right/Left) Change colors.
  202.  
  203.    There are eight color choices for backgrounds and 
  204. sixteen choices for the foreground colors.
  205.  
  206. [BORDER HELP]
  207.    You have your choice of 11 different border characters 
  208. or no border at all to help distinguish your menus.  The 
  209. Menu border is drawn using the "Menu Colors".  The border 
  210. options are:
  211.  
  212.              ╔═════    ┌─────    ╓──────     ╒═══════
  213.              ║         │         ║           │
  214.    None      Double    Single    TopSgle     SideSgle
  215.                                             
  216.                                             
  217.    ██████    █▀▀▀▀▀    ▄▄▄▄▄▄    ▒▒▒▒▒▒▒▒    ▓▓▓▓▓▓▓▓
  218.    ██        █         █         ▒▒          ▓▓      
  219.    Wide      Narrow    Thin      FineHtch    DkHtch  
  220.  
  221.  
  222.    ░░░░░░    //////
  223.    ░░        / 
  224.    LtHtch    Slash
  225.  
  226. [PICK FNAME]
  227.   Enter the name of the file that will start your 
  228. program.  The filename MUST end with an extension of 
  229. .EXE, .COM, or .BAT.  If you are not sure of the name or 
  230. its spelling, press TAB to select from the list of names 
  231. for the current directory.  Press TAB twice to view the 
  232. contents of another directory.
  233.  
  234.   TAB - Go to file list to tag one or more files.
  235.  
  236.   PGUP & PGDN - Scroll up and down the list of filenames.
  237.   HOME & END - Move cursor to the 1st and last characters
  238.                of the string, respectively.
  239.   BACKSPACE - Delete character to the left of the cursor.
  240.   DEL - Delete the character under the cursor.
  241.   INS - Insert one or more spaces at the cursor.
  242.   ALT+C - Clear the current string.
  243.   ESC   - Cancel and return to the previous list of files.
  244.   ENTER - Use this name.
  245.  
  246. [PICK LIST]
  247.   Use the highlight bar to select the file from the pick 
  248. list that will start your program.  ONLY the .EXE, .COM 
  249. and .BAT files are listed for the current directory.  To 
  250. change directories, press TAB and enter the pathname to 
  251. the new directory.  Additional files are available if  
  252. and/or  are visible to the right of the filenames.
  253.  
  254.   PGUP & PGDN - Scroll up and down the list of filenames.
  255.  
  256.   Arrow Up & Down - Move the highlight bar.
  257.  
  258.   ENTER - Select the highlighted file.
  259.  
  260.  
  261. [PICK PATH]
  262.   Enter the drive and pathname to a directory for 
  263. selecting files.  Any of the following are valid PATH 
  264. designations:
  265.  
  266.                        C:\UTILITIES
  267.   
  268.                        \UTILITIES\EDITORS
  269.  
  270.                        D:\
  271.  
  272.